home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 15 code / Floating Windows / Floating Windows Code / Shell Code / fileMenuRoutines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-13  |  188 b   |  9 lines  |  [TEXT/MMCC]

  1. #ifndef    __FileMenuRoutines__
  2. #define __FileMenuRoutines__
  3.  
  4. void    GetFileToOpen(void);
  5. void    DoOpenFile(FSSpec *fileToOpen);
  6. void    DoPrint(void);
  7. void    DoPrintFile(FSSpec *fileToPrint);
  8.  
  9. #endif